@import url(css/style.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
html {
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0
}
body, button, input, select, textarea {
  font: 14px/1.5 HWOS, 'Microsoft Yahei', tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif
}
body {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  background-color: #f1f3f5
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1;
}
h1 {
  font-size: 30px
}
h2 {
  font-size: 26px
}
h3 {
  font-size: 22px
}
h4 {
  font-size: 20px
}
h5 {
  font-size: 16px
}
h6 {
  font-size: 16px
}
strong {
  font-weight: 700
}
img {
  max-width: 100%;
  height: auto
}
ol li {
  margin-left: 20px;
  list-style: decimal;
  padding-left: 3px;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a img {
  border: none
}
p {
  font-size: 14px;
  white-space: normal;
  word-break: break-all;
}
a {
  text-decoration: none
}
a:link, a:visited {
  opacity: 1;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  -ms-transition: all .15s linear;
  transition: all .15s linear;
  color: #222831;
}
a:active, a:hover {
  color: #1a9bfc
}
em, i {
  font-style: normal;
}
pre {
  margin-bottom: 20px !important;
  border-radius: 5px;
}
blockquote {
  background: #f4f5f9;
  position: relative;
  width: 100%;
  padding: 16px;
  margin-bottom: 20px;
  padding-left: calc(16px + 16px);
  border-radius: 5px;
  word-break: break-all;
  transition: all 0.28s ease;
  -moz-transition: all 0.28s ease;
  -webkit-transition: all 0.28s ease;
  -o-transition: all 0.28s ease;
}
blockquote:before {
  position: absolute;
  color: #1a9bfc;
  content: '\e739';
  top: calc(50% - 24px * 0.5);
  left: 4px;
  width: 24px;
  height: 24px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  vertical-align: middle;
  font-family: 'icomoon';
}
blockquote p {
  margin: 2px 0 !important;
}
table {
  border-collapse: collapse
}
table, table th, table td {
  border: 1px solid #eee
}
table th, table td {
  padding: 6px
}
table th {
  background-color: #f6f7f8
}
sub, sup {
  position: relative;
  font-size: 60%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
::-webkit-scrollbar-track-piece {
  background-color: #e7eaf1
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px
}
::-webkit-scrollbar-thumb {
  background: #8590a6;
  border-radius: 2px;
  border: 0
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  90% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
  }
  90% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0)
  }
  50% {
    -webkit-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0)
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0)
  }
}
@keyframes loadingRotate {
  0% {
    -webkit-transform: rotate(0) translateZ(0);
    transform: rotate(0) translateZ(0)
  }
  50% {
    -webkit-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0)
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0)
  }
}
input[type=text], input[type=password], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input[type="text"], input[type="password"], textarea {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-color: #f6f6f7;
  background-color: #f6f6f7;
  color: #6a6a6a;
  border-radius: 5px;
  -moz-appearance: none;
  margin-bottom: 16px;
  height: 40px;
  padding: 8px 14px;
  font-size: 14px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  color: #494949;
  border-color: #f3f3f3;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
.fadeinyp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.jz_bs {
  background-color: #fff;
  margin: 0 15px 15px;
  -webkit-box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
  box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
  border-radius: 5px;
}
.d-flex {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between
}
.d-flex-end {
  align-items: flex-end
}
.d-center {
  align-items: center
}
.d-x-center {
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center
}
/* 轮播 */
.hdp_focusbox {
  position: relative;
  width: 100%;
  height: 290px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden
}
.hdp_focusbox .bd {
  z-index: 0
}
.hdp_focusbox .bd li {
  width: 100%;
  height: 290px;
  overflow: hidden
}
.hdp_focusbox .bd li .hdp_founs_img {
  position: relative;
  width: 100%;
  height: 290px;
  overflow: hidden
}
.hdp_focusbox .bd li .hdp_founs_img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, .1)
}
.hdp_focusbox .bd li .hdp_founs_img a .hdp-overlay-grad {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .01) 5%, rgba(0, 0, 0, .6) 100%);
  background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, .01) 5%, rgba(0, 0, 0, .6) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .01) 5%, rgba(0, 0, 0, .6) 100%)
}
.hdp_focusbox .hdp_founs_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 35px 20px;
  text-align: center;
  z-index: 1
}
.hdp_focusbox .hdp_founs_text span {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
.hdp_focusbox .hdp_founs_text span a {
  font-size: 18px;
  color: #fff;
  text-shadow: 1px 1px 5px #000
}
.hdp_focusbox .hd {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  height: 4px;
  line-height: 4px;
  z-index: 1
}
.hdp_focusbox .hd ul {
  text-align: center
}
.hdp_focusbox .hd ul li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: rgba(255, 255, 255, .6);
  overflow: hidden;
  opacity: .7;
  border-radius: 8px;
  -webkit-transition: all .3s ease;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  line-height: 9999px
}
.hdp_focusbox .hd ul .on {
  width: 18px;
  background: #fff;
  opacity: 1
}
.hdp_focusbox .next, .hdp_focusbox .prev {
  position: absolute;
  top: calc(50% + 20px);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -35px 0 0;
  text-align: center;
  background: rgba(0, 0, 0, .7);
  border-radius: 50%;
  cursor: pointer;
  font-size: 22px;
  color: #fff;
  z-index: 10;
  display: none
}
.hdp_focusbox .prev {
  left: 20px
}
.hdp_focusbox .next {
  background-position: -55px 0;
  right: 20px
}
@media screen and (max-width:960px) {
  .hdp_focusbox {
    width: 100%
  }
  .hdp_focusbox, .hdp_focusbox .bd li, .hdp_focusbox .bd li .hdp_founs_img {
    height: 45vw !important
  }
}
.con {
  display: none
}
.con {
  position: absolute;
  z-index: 0;
  top: 20px;
}
.con i {
  color: #222;
  font-size: 18px;
}
.bgDiv {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(120, 129, 147, .5);
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.mobile-sidebar {
  width: 75%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  background: #fdfbfb;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .mobile-sidebar {
    width: 300px;
  }
}
.mobile-sidebar.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}
.mobile-sidebar-header {
  padding: 8px 0;
  text-align: right;
}
#jzicon-close {
  width: 45px;
  text-align: center;
  font-size: 26px;
}
.mobile-sidebar-header .btn-group {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none
}
.navbar-nav li {
  position: relative;
  padding: 8px 16px;
}
.navbar-nav li a {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 6px 2px;
}
.navbar-nav li a i {
  font-size: 20px;
  margin: 0 8px 0 0;
}
.navbar-nav .sub-nav {
  padding: 0 0 4px 28px;
  display: none;
  position: relative;
  padding: 8px 0;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(17, 58, 93, 0.05);
  box-shadow: 0px 5px 20px 0px rgba(17, 58, 93, 0.05);
}
.navbar-nav .sub-nav li {
  margin: 0;
  padding: 0;
}
.navbar-nav .sub-nav li a {
  font-size: 14px;
  padding: 12px 16px;
  opacity: .6;
}
.navbar-nav li ul, #divNavBar li ul, .li-cate ul {
  display: none;
}
#divNavBar li a i {
  margin-right: 4px;
}
.navbar-nav li em[class*="dot"] {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}
.navbar-nav li em[class*="dot"] .jzicon-arrow-down {
  font-size: 18px;
  color: #333;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  width: 48px;
  line-height: 48px;
  top: 0;
  left: 0;
}
.navbar-nav li em[class*="dot"] .jzicon-arrow-down.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#divCatalog li:before, #divLinkage li:before, #divNavBar li:before, #divAuthors li:before, #divFavorites li:before, #divStatistics li:before {
  content: "\e736";
  margin: 0 5px 0 0;
  font-size: 12px;
  font-family: icomoon;
  display: inline-block
}
#divLinkage ul li, #divFavorites ul li, #divStatistics ul li, #divArchives ul li, #divMisc ul li, #divAuthors ul li {
  float: left;
  width: 50%;
  display: block;
}
#divComments ul li, #divStatistics ul li, #divMisc ul li, #divPrevious ul li, #divAuthors ul li, #divArchives ul li, #divFavorites ul li, #divNavBar ul li, #divCatalog ul li, #divLinkage ul li {
  height: auto
}
#divPrevious ul li, #divComments ul li {
  white-space: unset;
}
#divNavBar ul li, #divCatalog ul li {
  font-size: .8rem;
  padding: .5rem .75rem;
  color: #979eab;
  background-color: #f2f5f9;
  border-radius: 2px;
  overflow: hidden;
}
#divCatalog ul li em[class*="dot"], #divNavBar ul li em[class*="dot"] {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer
}
#divSearchPanel .function_t {
  display: none;
}
#divSearchPanel {
  margin: 0;
  background-color: transparent;
  padding: 0 0 20px 0;
  box-shadow: none;
}
#divSearchPanel form {
  border-radius: 5px;
  position: relative;
  overflow: hidden
}
#divSearchPanel input[type="submit"] {
  border: 0;
  background: 0;
  color: #fff;
  outline: none;
  position: absolute;
  width: 28%;
  height: 36px;
  background: #1a9bfc;
}
#divSearchPanel input[type="text"] {
  border: 0;
  line-height: 36px;
  height: 36px;
  width: 72%;
  outline: none;
  display: inline-block;
  margin: 0;
  background-color: #fff
}
#divContorPanel {
  padding-bottom: 30px;
}
#divContorPanel div {
  text-align: center;
}
#divContorPanel .cp-hello {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0 10px 0;
  display: inline-block
}
#divContorPanel .cp-login a, #divContorPanel .cp-vrs a {
  text-align: center;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 4px;
  padding: 4px 8px;
}
#divCalendar {
  padding: 20px;
}
#divCalendar div {
  margin-bottom: 0;
}
#divCalendar table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
#divCalendar table, #divCalendar tr, #divCalendar th, #divCalendar td {
  border: 1px solid #eee
}
#divCalendar caption {
  line-height: 36px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee
}
#divCalendar caption a {
  font-size: 15px;
  color: #123
}
#divCalendar thead {
  background: rgba(255, 255, 255, .1)
}
#divCalendar th {
  height: 36px
}
#divCalendar td {
  height: 36px;
  text-align: center
}
#divCalendar td a {
  font-weight: 700;
  color: #123
}
#divCalendar td a:hover {
  color: #f63
}
/* 社交按钮 */
.sidebar-navigation {
  text-align: center;
  margin: 20px 0;
}
.sidebar-navigation .sns-icon {
  width: 28px;
  height: 28px;
  background: #2c353a;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  display: inline-block;
  line-height: 28px;
  cursor: pointer;
  transition: .5s;
  margin: 0;
  margin: 2px
}
.sidebar-navigation .sns-icon:hover {
  opacity: 1
}
.sidebar-navigation .qq {
  background: #3d93e0
}
.sidebar-navigation .qq:hover {
  color: #3d93e0;
  background: #fff
}
.sidebar-navigation .weibo {
  background: #e24040
}
.sidebar-navigation .weibo:hover {
  color: #e24040;
  background: #fff
}
.sidebar-navigation .bilibili {
  background: #fb7299
}
.sidebar-navigation .bilibili:hover {
  color: #fb7299;
  background: #fff
}
.sidebar-navigation .github {
  background: #3a3a3a)
}
.sidebar-navigation .github:hover {
  color: #3a3a3a;
  background: #fff
}
.sidebar-navigation .rss {
  background: #ffb048
}
.sidebar-navigation .rss:hover {
  color: #ffb048;
  background: #fff
}
.sidebar-navigation .weixin {
  background: #20b767;
  position: relative
}
.sidebar-navigation .weixin:hover {
  color: #20b767;
  background: #fff
}
.sidebar-navigation .twitter {
  background: #1da1f2;
  position: relative
}
.sidebar-navigation .twitter:hover {
  color: #1da1f2;
  background: #fff
}
.sidebar-navigation .facebook {
  background: #3b57a0;
  position: relative
}
.sidebar-navigation .facebook:hover {
  color: #3b57a0;
  background: #fff
}
.sidebar-navigation .instagram {
  background: #df016f;
  position: relative
}
.sidebar-navigation .instagram:hover {
  color: #df016f;
  background: #fff
}
.sidebar-navigation .pinterest {
  background: #c9161c;
  position: relative
}
.sidebar-navigation .pinterest:hover {
  color: #c9161c;
  background: #fff
}
.sidebar-navigation .kuaishou {
  background: #ff9000;
  position: relative
}
.sidebar-navigation .kuaishou:hover {
  color: #ff9000;
  background: #fff
}
.sidebar-navigation .douyin {
  background: #271a27;
  position: relative
}
.sidebar-navigation .douyin:hover {
  color: #271a27;
  background: #fff
}
.sidebar-navigation .momo {
  background: #0b6fcf;
  position: relative
}
.sidebar-navigation .momo:hover {
  color: #0b6fcf;
  background: #fff
}
.sidebar-navigation .zhihu {
  background: #0f88eb;
  position: relative
}
.sidebar-navigation .zhihu:hover {
  color: #0f88eb;
  background: #fff
}
.footerb a.weixin .weixincode, .sidebar-navigation a.weixin .weixincode {
  position: absolute;
  bottom: 50px;
  left: -40px;
  z-index: 999;
  display: none;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1), 0 4px 8px 0px rgba(0, 0, 0, 0.1), 0 8px 16px 0px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.footerb a.weixin:hover .weixincode, .sidebar-navigation a.weixin:hover .weixincode {
  display: block;
}
#sidebar-left {
  float: left;
  width: 200px;
  margin-left: -100%;
}
#sidebar-right {
  width: 280px;
  float: right;
  margin-left: -280px;
}
.is-sticky #sidebar-left {
  margin-left: 0;
}
.sticky-wrapper {
  float: left;
  width: 200px;
  margin-left: -100%;
}
.sticky-wrapper #sidebar-left {
  margin-left: 0;
}
#divMisc {
  padding-top: 24px;
}
.widget {
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 5px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
  box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
  overflow: hidden;
}
.widget[id^=side-aboxd] {
  padding: 0;
  overflow: hidden
}
.widget[id^=side-aboxd] img {
  vertical-align: middle
}
.widget h4 {
  font-size: 18px;
  margin: 18px 0 15px 0;
  padding: 0 20px 15px 20px;
  color: #222831;
  border-bottom: 1px solid #f3f3f3;
  font-weight: 500
}
.widget h4:before, .widget h4:after, .jz_link h3:before, .jz_link h3:after, .related-list h3:before, .related-list h3:after, .comments-title:before, .comments-title:after {
  content: '';
  float: left;
  margin-top: 9px;
  width: 4px;
  vertical-align: middle;
  border-radius: 8px;
  background-color: #1A9BFC;
  transform: translateY(-50%) rotate(15deg);
  transition: all .4s ease-in-out;
}
.widget h4:before, .comments-title:before, .related-list h3:before, .jz_link h3:before {
  margin-left: 3px;
  height: 16px;
}
.widget h4:after, .comments-title:after, .related-list h3:after, .jz_link h3:after {
  margin-left: 4px;
  margin-right: 10px;
  height: 14px;
  opacity: .6;
}
.widget ul {
  margin: 0;
  list-style: none;
  padding: 0 20px 16px 20px;
  margin-bottom: -10px
}
.widget ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  height: 85px
}
#side-hot-view-item ul li:first-child.imeys, #side-tui-article-item ul li.imeys {
  height: 170px
}
#side-hot-view-item ul li:first-child.imeys .widget-post-list-item, #side-tui-article-item ul li.imeys .widget-post-list-item {
  position: absolute;
  width: calc(100% - 72px);
  bottom: 17px;
  left: 0;
  margin: 12px 36px;
  color: #fff
}
#side-hot-view-item ul li:first-child.imeys .widget-post-list-item a, #side-tui-article-item ul li.imeys .widget-post-list-item a {
  color: #fff;
  text-shadow: 1px 1px 5px #000
}
#side-hot-view-item ul li:first-child.imeys .list-footer, #side-tui-article-item ul li.imeys .list-footer {
  display: none
}
#side-hot-view-item ul li:first-child.imeys .widget-post-list, #side-tui-article-item ul li.imeys .widget-post-list {
  height: 153px;
  width: calc(100% - 40px);
  margin: 0 20px 15px;
}
#side-hot-view-item ul li:first-child.imeys .widget-post-list img, #side-tui-article-item ul li.imeys .widget-post-list img {
  height: 153px;
  width: 100%
}
#side-hot-cmt-item ul, #side-hot-view-item ul, #side-new-article-item ul, #side-new-userarticle ul, #side-rand_article ul, #side-tui-article-item ul {
  padding: 0;
  margin: 5px 0 0
}
#side-hot-cmt-item ul li, #side-hot-view-item ul li, #side-new-article-item ul li, #side-new-userarticle ul li, #side-rand_article ul li, #side-tui-article-item ul li {
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0
}
.widget#divCatalog ul li:last-child, .widget#divComments ul li:last-child, .widget#divNavBar ul li:last-child, .widget#divPrevious ul li:last-child, .widget#side-new-comment-item ul li:last-child {
  border: 0
}
.widget#divCatalog ul li ul li, .widget#divNavBar ul li ul li {
  padding: 8px 0 0;
  margin: 8px 0 0;
  border-top: 1px dotted #eee !important;
  border-bottom: 0 dotted #eee
}
.widget ul li a {
  font-weight: 400
}
.widget img {
  max-width: 100%;
  height: auto;
  transition: .5s
}
.widget.rim {
  max-height: 137px;
}
.widget.rim a {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 5px;
}
.widget.rim img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
#erge {
  overflow: hidden;
}
#erge .widget.rim {
  width: calc(50% - 6px);
  float: left;
  clear: none;
}
#erge .widget.rim:first-child {
  margin-right: 12px;
}
.widget .jz_banner_inner img:hover {
  opacity: .8
}
.widget#divTags ul {
  overflow: hidden;
  margin-bottom: 0
}
.widget#divTags ul li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  border: 0
}
#divTags ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 500
}
#divTags ul li:nth-child(5n) a {
  background: #e8ba00;
}
#divTags ul li:nth-child(5n + 1) a {
  background: #108f01;
}
#divTags ul li:nth-child(5n + 2) a {
  background: #364cc6;
}
#divTags ul li:nth-child(5n + 3) a {
  background: #ff4b19;
}
#divTags ul li:nth-child(5n + 4) a {
  background: #a60ceb;
}
#divTags ul li a:hover {
  color: #fff !important;
  opacity: .6
}
#side-new-comment-item li, .widget#divTags ul li {
  height: auto
}
#side-new-comment-item li:last-child {
  padding-bottom: 0
}
#side-new-comment-item li:last-child .widger-comment-plane {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0
}
#side-new-comment-item .widger-comment-plane {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f5f6f7;
  color: #999
}
#side-new-comment-item .widger-comment-plane a {
  color: #999
}
#side-new-comment-item .widger-comment-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap
}
#side-new-comment-item .widger-comment-user {
  display: flex
}
#side-new-comment-item .widger-avatar img {
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  width: 30px;
  height: 30px
}
#side-new-comment-item .widger-comment-name, #side-new-comment-item .widger-comment-time {
  margin-left: 10px;
  line-height: 30px
}
#side-new-comment-item .widger-comment-excerpt {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  background: #f7f7f7;
  border-radius: 3px;
  color: #666
}
#side-new-comment-item .widger-comment-excerpt:before {
  position: absolute;
  left: 10px;
  top: -10px;
  content: "";
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px solid transparent;
  border-bottom-color: #f7f7f7
}
#side-new-comment-item .widger-comment-excerpt p {
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis
}
#side-new-about-item .function_t {
  display: none
}
#side-new-about-item, #side-new-about-user, #sidebar-mobile-user {
  text-align: center;
  overflow: hidden
}
#side-new-about-item .contentu, #side-new-about-user .contentu, #sidebar-mobile-user .contentu {
  position: relative;
  width: 100%
}
#side-new-about-item .side-title, #side-new-about-user .side-title, #sidebar-mobile-user .side-title {
  display: none
}
#sidebar-mobile-user, .sidebar#side-new-about-item, .sidebar#side-new-about-user {
  padding: 0
}
#side-new-about-item #about-bg, #side-new-about-user #about-bg, #sidebar-mobile-user .about-bg {
  height: 125px;
  border-radius: 5px 5px 0 0
}
#side-new-about-item .avatar img, #side-new-about-user .avatar img, #sidebar-mobile-user .avatar img {
  display: block;
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .125);
  width: 82px;
  height: 82px
}
#side-new-about-item .text, #side-new-about-user .text {
  margin: 55px 20px 0
}
#side-new-about-item .text h2, #side-new-about-user .text h2, #sidebar-mobile-user .text h2 {
  font-size: 17px;
  margin: 10px 0;
  font-weight: 500
}
#side-new-about-user .text .author_t, #sidebar-mobile-user .text h2 span, .post-user-meta h3 span {
  padding: 3px 6px;
  border-radius: 2px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff4740), color-stop(#ffa069), color-stop(#ffab55), to(#ff6c40));
  background-image: -o-linear-gradient(left, #ff4740, #ffa069, #ffab55, #ff6c40);
  background-image: linear-gradient(to right, #ff4740, #ffa069, #ffab55, #ff6c40);
  background-size: 300% 100%;
  font-size: 12px
}
#side-new-about-item .text p, #side-new-about-user .text p, #sidebar-mobile-user .text p {
  font-size: 13px;
  margin: 8px 0 0;
  empty-cells: hide;
  color: #7a7a7a;
  line-height: 1.5
}
#side-new-about-item .card-info-data, #side-new-about-user .card-info-data, #sidebar-mobile-user .card-info-data {
  display: table;
  padding: 15px 5px 0;
  width: 100%;
  table-layout: fixed;
  font-size: 13px
}
#side-new-about-user .card-info-data, #sidebar-mobile-user .card-info-data {
  padding-bottom: 20px
}
#side-new-about-item .card-info-data-item, #side-new-about-user .card-info-data-item, #sidebar-mobile-user .card-info-data-item {
  display: table-cell
}
#side-new-about-item .card-info-data-item .length_num, #side-new-about-user .card-info-data-item .length_num, #sidebar-mobile-user .card-info-data-item .length_num {
  color: #000;
  font-size: 16px;
  font-weight: 700
}
#side-new-about-item .card-info-data-item .headline, #side-new-about-user .card-info-data-item .headline {
  color: rgba(68, 68, 68, .65)
}
.widget-list-item {
  padding: 0;
  border: 0;
  line-height: 1.4;
  font-size: 14px;
  list-style: none
}
.widget .widget-post-list img {
  height: 70px;
  width: 100px;
  border-radius: 3px;
  display: block;
  object-fit: cover
}
.widget .widget-post-list {
  float: left;
  overflow: hidden;
  height: 70px;
  margin: 0 12px 15px 20px;
  margin-left: 20px
}
.widget .widget-post-list-item {
  margin: 0 20px 15px 20px;
  color: #222831;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400
}
.widget .widget-post-list-item .list-footer {
  color: #9ca0ad;
  font-size: 13px;
  margin-top: 14px
}
.widget .list-title {
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
/* 左侧栏 */
#sidebar-left ul li {
  height: auto !important;
}
#sidebar-left.noimg ul li {
  height: 35px !important;
}
#sidebar-left.noimg ul li .widget-post-list-item a {
  color: #222831;
  text-shadow: none;
}
#sidebar-left.noimg #side-hot-view-item ul li:first-child .list-title {
  -webkit-line-clamp: 1;
}
#sidebar-left.noimg ul li .widget-post-list-item {
  margin: 5px 15px 15px !important;
  width: calc(100% - 30px) !important;
}
#sidebar-left.noimg #side-new-comment-item li, #sidebar-left.noimg .widget#divTags ul li, #sidebar-left.noimg #divPrevious li, #sidebar-left.noimg #divComments li {
  height: auto !important;
}
#sidebar-left #divLinkage ul li, #sidebar-left #divFavorites ul li, #sidebar-left #divStatistics ul li, #sidebar-left #divArchives ul li, #sidebar-left #divMisc ul li, #sidebar-left #divAuthors ul li {
  width: 100%;
  display: block;
}
#sidebar-left #divCalendar td {
  padding: 0;
}
#sidebar-left #divCalendar {
  padding: 4px;
}
#sidebar-left .widget .widget-post-list img {
  height: 100%;
  width: 100%;
}
#sidebar-left #divTags ul li a {
  background-color: transparent;
  color: #081019;
  padding: 0;
  margin: 0 .75rem .5rem 0;
}
#sidebar-left #divTags ul li a .tag-count {
  display: none
}
#sidebar-left #divTags ul li a:hover {
  color: #f6416c !important;
  opacity: 1;
}
#sidebar-left .widget-post-list {
  float: none;
  width: calc(100% - 30px) !important;
  margin: 0 15px 15px 15px !important;
}
#sidebar-left #side-tui-article-item .widget-post-list-item {
  margin: 5px 15px 15px !important;
  width: calc(100% - 30px) !important;
}
#sidebar-left #side-tui-article-item ul li.imeys .widget-post-list {
  height: 110px;
  margin: 0 15px !important
}
#sidebar-left #side-tui-article-item ul li.imeys .widget-post-list img {
  height: 110px;
}
#sidebar-left #side-tui-article-item ul li.imeys .widget-post-list-item {
  position: static;
}
#sidebar-left #side-tui-article-item ul li.imeys .widget-post-list-item a {
  color: #222831;
  text-shadow: none;
  -webkit-line-clamp: 2
}
#sidebar-left ul li .widget-post-list-item {
  position: absolute;
  bottom: 0 !important;
  margin: 12px 25px !important;
  width: calc(100% - 50px) !important;
}
#sidebar-left ul li .widget-post-list-item a {
  color: #fff;
  text-shadow: 1px 1px 5px #000;
}
#sidebar-left ul li .list-footer {
  display: none;
}
#sidebar-left #side-hot-view-item ul li:first-child.imeys .widget-post-list img, #sidebar-left #side-hot-view-item ul li:first-child.imeys .widget-post-list {
  height: 120px;
}
#sidebar-left #side-hot-view-item ul li:first-child .list-title {
  -webkit-line-clamp: 2;
}
#sidebar-left ul li .list-title {
  -webkit-line-clamp: 1
}
#sidebar-left #side-new-about-item #about-bg {
  height: 100px;
}
#sidebar-left #side-new-about-item .avatar img {
  bottom: -44px;
  left: 44px;
  border: 2px solid #fff;
  width: 46px;
  height: 46px;
  box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, .22);
}
#sidebar-left #side-new-about-item .text {
  margin: 36px 20px 0;
  text-align: left;
}
#sidebar-left #side-new-about-item .text h2 {
  margin: 6px 0 0;
}
#sidebar-left .sidebar-navigation {
  display: none;
}
#sidebar-left .card-info-data {
  margin-bottom: 20px
}
#mlbox {
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
  box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
  overflow: hidden;
}
#mlbox ul {
  padding: 0;
  margin: 0
}
#mlbox ul li {
  height: auto;
  margin: 0;
  padding: 0;
}
#mlbox ul li a {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 10px 25px 10px 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px
}
#mlbox ul li a i {
  display: inline-block;
  margin-right: 5px;
  width: 28px;
  height: 28px;
  color: #fc4b6c;
  background-color: #fdf3f5;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
}
#mlbox ul li:nth-child(6n + 1) a i {
  color: #3a9ced !important;
  background-color: #e9f4ff;
}
#mlbox ul li:nth-child(6n + 2) a i {
  color: #fc7032 !important;
  background-color: #fff1dc;
}
#mlbox ul li:nth-child(6n + 3) a i {
  color: #6c6cea !important;
  background-color: #e9ecff;
}
#mlbox ul li:nth-child(6n + 4) a i {
  color: #1dce75 !important;
  background-color: #e3fff3;
}
#mlbox ul li:nth-child(6n + 5) a i {
  color: #ff3369 !important;
  background-color: #ffe1e9;
}
#mlbox ul li:nth-child(6n) a i {
  color: #fca315 !important;
  background-color: #fff1dc;
}
.comments {
  background: #fff;
  border-radius: 5px;
  padding-bottom: 10px;
  margin: 0 15px 15px 15px;
  position: relative;
  -webkit-box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
  box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
}
.comment-note {
  margin-bottom: -10px;
  margin-top: -10px;
  font-size: 12px;
  color: rgba(0, 0, 0, .3)
}
.comments-area {
  margin-bottom: 30px
}
.comments-title {
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  color: #222831;
  z-index: 0;
  margin: 0;
  padding: 24px 0;
}
.comments-title span {
  display: inline-block;
  z-index: 2;
  font-weight: 400
}
.comments-title span i {
  margin-right: 10px
}
.comment-respond {
  padding: 24px;
  overflow: hidden;
}
.comment-list {
  padding: 0 24px 0 24px;
}
/* 评论 */
.commlv {
  font-size: 11px;
  color: #fff;
  background: #ff6651;
  display: inline-block;
  border-radius: 2px;
  line-height: 1.4;
  padding: 0 4px;
  margin-left: 3px
}
.commlv.lv1 {
  background: #d16221
}
.commlv.lv1.god {
  background-image: -webkit-linear-gradient(to right, #ffb347 0%, #ffcc33 51%, #ffb347 100%);
  background-image: linear-gradient(to right, #ffb347 0%, #ffcc33 51%, #ffb347 100%);
  background-size: 200% auto;
}
.commlv.lv4 {
  background: #f1404b
}
.commlv.lv0 {
  background: #c9c9c9
}
ul.msg {
  margin: 25px 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
  word-wrap: break-word;
  position: relative;
}
ul.msg img.avatar {
  border-radius: 50%;
  float: left;
  width: 48px;
  height: 48px;
}
ul.msg li {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 0;
  border: 0;
  overflow: visible;
  display: block;
}
ul.msg li.msgname {
  position: relative;
}
.commentname {
  padding-top: 5px;
  display: inline-block
}
.commentname a {
  vertical-align: middle;
}
li.msgurl {
  text-align: right;
  padding: 2px 10px;
}
li.msggravatar {
  display: block;
  float: left;
  margin-right: 5px;
}
li.msgarticle {
  list-style-position: outside;
  padding: 10px 0 0;
  line-height: 160%;
  padding-left: 63px;
}
li.msgarticle a {
  opacity: 0.9;
}
li.msgarticle a.at {
  color: #f1404b;
}
img.avatar {
  float: left;
  width: 48px;
  height: 48px;
  margin: 0 15px 0 0;
}
ul.msg small {
  color: #a6a6a6;
}
ul.msg h4 small {
  font-size: 12px;
}
ul.msg small .revertcomment {
  position: absolute;
  top: 0;
  right: 0;
}
ul.msg small .revertcomment a {
  color: #fff;
  background: #ff6651;
  padding: 0 5px;
  line-height: 20px;
  border-radius: 2px;
  display: none;
}
ul.msg:hover small .revertcomment a {
  display: block;
}
ul.msg ul.msg {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
}
ul.msg ul.msg li.msgarticle {
  padding-bottom: 0;
}
ul.msg ul.msg li.msgname {
  padding: 0;
}
ul.msg.msghead {
  min-height: 38px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  color: #ff6651;
}
ul.msg.msghead em {
  color: #f1404b;
  font-family: Arial;
  margin-right: 2px;
  font-style: normal;
}
ul.pagebar, ul.msghead {
  border: none;
}
ul.msghead li.tbname {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
ul.msg:nth-last-child(3) {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.jz-comment h3, .jz-comments h3 {
  line-height: 40px;
  font-weight: normal;
  font-size: 20px;
  display: inline-block;
  overflow: hidden;
}
.jz-comments h4 {
  margin-bottom: 10px;
  text-align: center;
  padding: 0 10px;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 8px;
}
.jz-comment input {
  margin-bottom: 8px;
}
input.jz-commbut {
  border-radius: 3px;
  line-height: 38px;
  height: 38px;
  width: 100px;
  background: #f1404b;
  color: #fff;
  float: right;
  padding: 0;
  margin-top: 10px;
}
.jz-comment {
  overflow: hidden
}
.jz-comment label, .jz-comments label {
  display: none
}
.jz-comment textarea {
  height: 120px;
  width: 100%;
  font-size: 14px;
  display: block;
  padding: 8px;
  margin-bottom: 16px
}
.jz-comment-box {
  position: relative;
}
.jz-comment-ul4 {
  float: left;
  width: 49.5%;
}
.jz-comment-ul3 {
  float: left;
  width: 32.66%;
}
.jz-comment .jz-comment-ul4:nth-child(2n) {
  float: right;
}
.jz-comment .jz-comment-ul3-2 {
  margin: 0 1%;
}
.jz-comment-box img.jz-code {
  position: absolute;
  right: 4px;
  top: 4px;
  height: 30px;
  width: auto;
}
.jz-comment-box input.button {
  border: 0;
  line-height: 40px;
  height: 40px;
  width: 100px;
  background: #ff6651;
  color: #fff;
  padding: 0;
  border-radius: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 3px 0 3px 0;
}
.jz-comment-textarea {
  width: 100%;
  clear: both;
}
.reply-frm {
  margin-top: 15px;
}
.page-comment .pagelist {
  box-shadow: none;
  margin: 20px 0
}
/* 评论end */
.comments input[type=submit], button, .btn {
  position: relative;
  letter-spacing: 2px;
  display: inline-block;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  background-color: #1a9bfc;
  transition: .5s
}
.comments input[type=submit]:hover {
  opacity: .8
}
#comments-nav {
  margin: 2% 0;
  text-align: center;
  display: flex;
  justify-content: center
}
.main-post, .main-single {
  width: 100%;
  margin: 0 auto;
  margin-top: 85px;
}
.main {}
.content, .single-content {
  height: auto;
  margin: 0 auto;
  max-width: 1160px;
  width: 96%;
}
#logo-text {
  margin-right: 25px;
  line-height: 1;
}
#logo-text a {
  position: relative;
  overflow: hidden;
  color: #222831;
}
#logo-text a:hover {
  opacity: .8
}
#logo-text a img {
  max-height: 50px;
}
#logo-text a h2 {
  margin: 0;
  font-size: 26px;
}
img.nightlogoimg {
  display: none;
}
@keyframes wordsLoop {
  0% {
    transform: translateX(100%)
  }
  100% {
    transform: translateX(-100%)
  }
}
.topscroll {
  background: #2c95fe;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  height: 23px
}
.topscroll-mate {
  padding-left: 20px;
  animation: 30s wordsLoop linear infinite normal
}
.header {
  width: 100%;
  background-color: #fff;
  z-index: 99;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0px 5px 40px 0px rgb(17 58 93 / 10%);
  box-shadow: 0px 5px 40px 0px rgb(17 58 93 / 10%);
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}
.header.slideUp {
  top: -88px;
}
.page-top {
  max-width: 1160px;
  width: 96%;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  height: 65px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.page-top .menu {
  list-style: none;
  font-size: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  height: 100%;
  margin-bottom: 0;
  margin-top: 0
}
.page-top .menu li i, .sidebar li i {
  margin-right: 4px;
}
.page-top .menu li {
  position: relative;
  display: initial;
  float: left;
  display: block;
  line-height: 30px;
  padding: 0 17px;
  font-size: 16px;
}
.page-top .menu li a:before {
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  background-color: #1a9bfc;
  content: '';
  transition: all .6s;
  z-index: -1;
}
.page-top .menu li a.selected:before, .page-top .menu li a:hover:before {
  width: calc(100% - 20px);
  left: 0;
  margin: 0 10px;
}
.page-top .menu .sub-nav li a.selected:before, .page-top .menu .sub-nav li a:hover:before {
  width: 0
}
.page-top .menu li a {
  color: #474B49;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s;
  padding: 19px 0;
}
.page-top .menu li .sub-nav li {
  padding: 0;
  float: none;
}
.page-top .menu .sub-nav li a {
  color: #222831;
  font-size: 14px;
  padding: 8px 16px 8px 24px;
  position: relative;
  display: block;
}
.page-top .menu li.on > .sub-nav {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.page-top .menu .sub-nav {
  position: absolute;
  min-width: 200px;
  background: #fff;
  border-radius: 5px;
  top: 100%;
  left: 8px;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 8px 0;
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
.page-top .menu a:hover {
  color: #1a9bfc !important;
  opacity: 1;
}
.page-top .menu a.selected, .page-top .menu a.selected i {
  color: #1a9bfc !important;
}
.page-top .menu .sub-nav li a:hover {
  opacity: 1;
}
.page-top .menu li em[class*="dot"] {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: 2px;
  width: 16px;
}
.page-top .menu li em[class*="dot"] .jzicon-arrow-down {
  font-size: 16px;
  width: 16px;
  display: block;
}
.page-top .menu li .jzicon-arrow-down:before {
  display: inline-block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.page-top .menu li:hover .jzicon-arrow-down:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.header_search button {
  padding: 6px 0 0;
  background: 0;
  border: 0;
  color: #222831;
  transition: .5s
}
.header_search button:hover {
  color: #f6416c
}
.header_search button i {
  font-size: 18px
}
.header .b-nav-search_wrap {
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s
}
.header.slideUp .b-nav-search_wrap {
  top: 0 !important
}
.containe {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  z-index: 99
}
.b-nav-search_inner form input {
  outline: 0;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  -webkit-appearance: none;
}
.b-nav-search_inner form button {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: 0 0;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
  cursor: pointer
}
.b-nav-search_wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(34, 40, 49, .79);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  z-index: -1
}
.b-nav-search_inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.b-nav-search_component {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  height: 100%;
  max-width: 1160px;
  margin-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
.b-nav-search_input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .7)
}
.b-nav-search_input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .7)
}
.b-nav-search_input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .7)
}
.b-nav-search_input::placeholder {
  color: hsla(0, 0%, 100%, .7)
}
input::-webkit-search-cancel-button {
  display: none
}
input[type=search]::-ms-clear {
  display: none
}
.list-navi {
  padding: 10px 10px 5px;
  white-space: nowrap;
  overflow: auto;
  font-size: 16px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 5px 5px 0 0
}
.list-navi ul {
  display: flex
}
.list-navi::-webkit-scrollbar-track-piece {
  background-color: transparent
}
.list-navi::-webkit-scrollbar-thumb {
  background: rgba(133, 144, 166, .2)
}
.list-navi.mob {
  scrollbar-width: none
}
.list-navi.mob::-webkit-scrollbar {
  width: 0;
  height: 0
}
.list-navi ul li {
  padding: 5px 10px;
  font-size: 15px
}
.list-navi ul li:after {
  visibility: hidden;
  content: " ";
  display: block;
  height: 2px;
  width: 0;
  background-color: #1a9bfc;
  position: relative;
  top: 10px;
  transition: all .3s;
  left: 50%
}
.list-navi li.selected:after, .list-navi li:hover:after {
  visibility: visible;
  width: 100%;
  left: 0
}
.box-middle {
  float: left;
  width: 100%
}
.post-list, .post-page {
  margin-left: 200px;
  margin-right: 280px
}
.post-page.noycl {
  margin-right: -15px
}
.post {
  background-color: #fff;
  margin: 0 15px 0 15px;
  padding: 20px 24px;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0px 0px 2px rgb(98 124 153 / 10%)
}
.post .isTop {
  padding: 1px 4px 0 4px;
  font-size: 14px;
  font-weight: 400;
  vertical-align: 1px;
  margin-right: 5px;
  border-radius: 2px
}
.place {
  background-color: #fff;
  margin: 0 15px 0 15px;
  padding: 0 20px;
  -webkit-box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
  box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
  border-bottom: 1px solid #f3f3f3;
  border-radius: 5px 5px 0 0;
  line-height: 50px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.place i {
  color: #999;
  margin-right: 3px;
}
.post strong {
  color: #1a9bfc;
}
.post h2 {
  line-height: 1.4;
  font-weight: 500;
  color: #333;
  font-size: 19px;
  margin: 0 0 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.noart {
  text-align: center;
  padding: 60px 0;
  margin-bottom: 20px !important;
  border-radius: 0 0 5px 5px;
}
.noart img {
  max-width: 200px
}
.noart p {
  color: #9ca0ad;
  padding-top: 20px
}
.post-list .post-content {
  overflow: hidden;
}
.post-list .post-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
.post-list .post-footer {
  height: 24px;
  line-height: 24px;
  margin-top: 20px;
}
.post-list .post-footer .info-left, .post-list .post-footer .info-right div {
  float: left;
}
.post-list .post-footer .info-left a {
  display: inline-block;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  font-size: 12px;
  color: #fc4b6c !important;
  border-radius: 100px;
  background-color: #fdf3f5;
  text-align: center;
}
.post-list .post-footer .info-left a i {
  color: #fc4b6c !important;
}
.post-list .post-footer .info-right {
  float: right;
  color: #aaa;
}
.post-list .postcommlist {
  margin-top: 20px;
  border-radius: 5px;
  background-color: #f7f7f7;
  color: #535353;
  overflow: hidden;
}
.post-list .postcommlist ul {
  padding: 6px 12px;
}
.post-list .postcommlist .commls li {
  margin-top: 4px;
  line-height: 1.5
}
.post-list .postcommlist .commls li:first-child {
  margin-top: 0
}
.post-list .postcommlist .xhx {
  border-bottom: 1px solid #f0f0f0;
}
.post-list .postcommlist .xhx:last-child {
  border: 0
}
.post-list .postcommlist a {
  color: #1a9bfc;
}
.post-list .postcommlist .dianzan ul {
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #1a9bfc;
  padding-left: 0;
}
.post-list .postcommlist .dianzan:before {
  font-family: icomoon !important;
  content: "\e92b";
  position: relative;
  display: inline-block;
  float: left;
  padding: 6px 8px 6px 14px;
  color: #1a9bfc;
}
.post a {
  text-decoration: none;
  letter-spacing: 1px;
  color: #222831;
}
.post a:hover {
  color: #1a9bfc;
}
.post .post-img {
  width: 50%;
  border-radius: 3px;
  overflow: hidden;
}
.post .post-img a, .post .post-img-4 li a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 3px;
}
.post .post-img-4 li a {
  padding-bottom: 100%;
}
.post .post-img a img, .post .post-img-4 li a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.post .post-img a {
  height: auto;
  padding-bottom: 0;
  max-height: 460px
}
.post .post-img a img {
  display: block;
  position: static;
}
.post .post-img-4 .imgrow {
  margin: -4px;
  overflow: hidden;
  width: 65%
}
.post .post-img-4 li {
  list-style-type: none;
  float: left;
  min-height: 1px;
  padding: 4px;
  width: 50%;
  position: relative;
}
.post .post-user {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  overflow: hidden;
}
.post .post-img-9 .imgrow {
  width: 90%
}
.post .post-img-9 li {
  width: 33%;
}
.post .post-user .avatar {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  overflow: hidden;
}
.post .post-user .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: top;
}
.post .post-user .istext {
  height: 40px;
  overflow: hidden;
}
.post .post-user .istt a {
  font-size: 14px;
}
.post .post-user .istmsg {
  font-size: 12px;
  color: #aaa;
}
.post .post-user .istmsg span {
  position: relative;
  margin-right: 8px;
  padding-right: 10px;
}
.post .post-user .istmsg em {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background-color: #d8d8d8;
}
/* post作者卡片 */
.post-user-meta {
  background-color: #fff;
  margin-top: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 15px -5px rgb(10 10 10/3%);
  box-shadow: 0px 2px 15px -5px rgb(10 10 10/3%);
  position: relative;
}
.post-user-meta h3 {
  font-size: 17px;
  margin: 10px 0;
  font-weight: 500;
  color: #42434a;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-meta-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: inherit;
}
.user-meta-inner {
  position: relative;
  padding: 1.25rem 1.5rem;
  background-color: rgb(0 0 0/20%);
  -webkit-backdrop-filter: saturate(150%) blur(5px);
  backdrop-filter: saturate(150%) blur(5px);
  border-radius: inherit;
  z-index: 1;
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.user-meta-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 12px;
  color: #fff;
}
.user-meta-body h3 {
  justify-content: left;
  color: #fff;
  margin: 0;
  font-size: 17px
}
.user-meta-body h3 a, .user-meta-body p {
  color: #fff;
}
.post-user-meta h3 span {
  margin-left: 4px;
}
.user-meta-body p {
  margin-top: 8px;
}
.user-meta-body .ck-zs {
  color: #fff;
  text-align: center;
  padding: 1px 20px;
  display: inline-block;
  border-radius: 100px;
  font-size: 14px
}
.flex-avatar {
  flex-shrink: 0;
}
.user-meta-inner .avatar {
  border-radius: 50%;
  border: 3px solid #fff;
  width: 60px;
  height: 60px;
  margin: 0;
}
/*上一篇下一篇*/
.nextinfo {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: rgba(51, 51, 51, 0.65);
  padding: 15px 20px 15px 20px;
  border-top: 1px solid #eee;
}
.infosbox {
  padding-bottom: 5px;
}
.nextinfo p {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nextinfo p span {
  font-size: 14px;
}
.nextinfo p.prev {
  margin-left: 0;
  margin-right: 8px;
  text-align: left;
}
.nextinfo p.next {
  margin-left: 8px;
  margin-right: 0;
  text-align: right;
}
.nextpro {
  overflow: hidden;
  position: relative;
  border-radius: 5px !important;
  padding: 0 !important
}
.nextpro .next, .nextpro .prev {
  position: relative;
}
.nextpro .prev {
  float: left;
  width: 50%;
}
.nextpro .next {
  float: right;
  width: 50%;
  text-align: right;
}
.nextpro .prev span {
  float: left;
}
.nextpro .next span {
  float: right;
}
.nextpro .post-overlay {
  position: relative;
  overflow: hidden;
  height: 100px;
  -webkit-transition: all 444ms ease-in-out;
  -moz-transition: all 444ms ease-in-out;
  transition: all 444ms ease-in-out;
}
.nextpro .post-overlay:hover {
  opacity: .8;
}
.nextpro .background-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #333;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100px;
}
.background-img:before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .5s cubic-bezier(.4, .01, .165, .99);
}
.nextpro .post_text {
  position: relative;
  color: #fff;
  width: 100%;
  min-height: 70px;
  padding: 20px;
}
.nextpro .post_text h3 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 30px;
  font-weight: 400;
}
.nextpro .link-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* 页码 */
.pagelist {
  text-align: center;
  color: #666;
  clear: both;
  margin: 0 15px 15px 15px;
  padding-top: 10px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 2px 0 rgb(98 124 153 / 10%)
}
.pageload {
  padding: 0;
  position: relative;
  height: 54px;
  margin: 0 15px 15px 15px;
  background-color: #fff;
  border-radius: 0 0 5px 5px
}
.pageload .page-load-status p, .pageload .view-more-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 15px 20px;
  width: 100%;
  border: 0;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  background: #fff;
  letter-spacing: 0;
  color: #666
}
.pageload .view-more-button {
  padding: 0
}
.pageload .view-more-button em {
  padding: 15px 20px;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0
}
.pageload .view-more-button {
  cursor: pointer
}
.pageload .page-load-status p {
  z-index: 1
}
.pageload .page-load-status p.infinite-scroll-last {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}
.pageload .aload_img {
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
  margin-top: 2px
}
.pageload .aload_img img {
  width: 16px;
  height: 16px;
  -webkit-animation: loadingRotate .5s linear infinite forwards;
  animation: loadingRotate .5s linear infinite forwards
}
.pagelist a, .pagelist b {
  display: inline-block;
  min-width: 34px;
  height: 34px;
  margin: 0 0 10px 5px;
  border-radius: 5px;
  background: rgba(246, 65, 108, .05);
  color: #f6416c;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase
}
.pagelist a:hover {
  color: #19585d
}
.pagelist b {
  background: #f6416c;
  color: #fff;
  font-weight: 400
}
/*赞赏*/
.share {
  padding: 20px;
  text-align: center;
}
.diggit {
  width: 80px;
  height: 80px;
  margin: auto;
  text-align: center;
  border: 0;
  border-radius: 50%;
  outline: none;
  font-size: 16px
}
.diggit a {
  color: #fff;
}
.diggit i {
  font-size: 30px;
  display: block;
}
.diggit em {
  font-size: 14px;
  display: block;
  margin-top: 2px;
}
/* 赞赏浮窗 */
.hide_box {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(120, 129, 147, .5);
  color: #fff;
  opacity: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
}
.shang_box {
  width: 20rem;
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  margin-left: -12.5rem;
  margin-top: -13.75rem;
  border-radius: 5px;
  overflow: hidden;
  display: none
}
.shang_box img {
  border: none;
  border-width: 0;
  width: auto;
  height: auto;
  margin: 0;
  box-shadow: none;
  max-width: 100%;
}
.dashang {
  display: block;
  width: 6.25rem;
  margin: .3125rem auto;
  height: 1.5625rem;
  line-height: 1.5625rem;
  padding: .625rem;
  background-color: #e74851;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  transition: all .3s
}
.dashang:hover {
  opacity: .8;
  padding: .9375rem;
  font-size: 1.125rem
}
.shang_close {
  display: inline-block;
  top: 10px;
  position: absolute;
  right: 10px
}
.shang_logo {
  display: block;
  text-align: center;
  margin: 1.25rem auto
}
.shang_payimg {
  margin: 0 auto;
  border-radius: 5px;
}
.pay_explain {
  text-align: center;
  margin: .625rem auto;
  font-size: .75rem;
  color: #545454
}
.radiobox {
  width: 1rem;
  height: 1rem;
  background: url(images/radio2.svg);
  display: block;
  float: left;
  margin-top: .3125rem;
  margin-right: .875rem
}
.checked .radiobox {
  background: url(images/radio1.svg)
}
.shang_payselect {
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  width: 17.5rem
}
.shang_payselect img {
  display: inline !important
}
.shang_payselect .pay_item {
  display: inline-block;
  margin-right: .625rem;
  float: left;
  padding: 10px 0;
}
.shang_info {
  clear: both
}
.shang_info a, .shang_info p {
  color: #c3c3c3;
  text-align: center;
  font-size: .75rem !important
}
@media (min-width:992px) {
  .list-header-style2 .iconfont {
    position: absolute;
    right: 100%
  }
}
@media (max-width:768px) {
  .shang_box {
    width: 20rem;
    margin-left: -10rem;
    margin-top: -13.75rem
  }
}
@media (max-width:414px) {
  .shang_box {
    width: 20rem;
    margin-left: -10rem;
    margin-top: -13.75rem
  }
  li.msgarticle {
    padding-left: 0;
  }
  .post-comments-count {
    display: none;
  }
}
@media (max-width:321px) {
  .shang_box {
    width: 18rem;
    margin-left: -9rem;
    margin-top: -11rem
  }
  .shang_payselect {
    width: 16.2rem;
    height: 1.5rem
  }
  .radiobox {
    margin-right: .2rem
  }
}
/* 正文底部图标 */
.single-share {
  position: relative;
  padding-bottom: 15px;
  margin-top: 20px;
  height: 58px
}
.post-like {
  padding-top: 5px
}
.single-share .jzicon-jzxin-h, .dotGood {
  color: #f1404b !important;
}
.Jz52_dongzhi_prise.prised, .mochuzan.prised {
  color: #555;
}
.Jz52_dongzhi_prise.prised .jzicon-jzzan-b:before {
  content: "\e932";
}
.single-share i, .single-share em {
  vertical-align: middle;
}
.post-like .dotGood {
  float: left;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  margin-right: 13px
}
.post-like .dotGood i {
  margin-right: 4px
}
.post-like .dotGood em {
  font-size: 20px
}
.post-share {
  margin-top: 7px;
  float: right
}
.post-share a, .share-icon {
  float: left;
  background: #f4f5f9;
  color: #252c41;
  margin-left: 10px;
  width: 38px;
  height: 38px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%
}
.share-icon:hover {
  opacity: .8
}
.share-icons {
  position: absolute;
  right: 0;
  margin-right: 50px;
  z-index: 10
}
.share-icons i {
  border-radius: 50%;
  font-size: 18px
}
.single-share .jzicon-jzfenxiang {
  line-height: 40px
}
.share-icons .share-wechat {
  color: #1aad19
}
.share-icons .share-sina-weibo {
  color: #ff6363
}
.share-icons .share-qq {
  color: #3d93e0
}
#sticky-wrapper span#wechat-qrcodel, #wechat-qrcode {
  position: absolute;
  top: -165px;
  left: -45px;
  width: 150px;
  height: 150px;
  padding: 15px;
  background: #fff;
  z-index: 999;
  border: 1px solid #eee;
  display: none
}
#sticky-wrapper span#wechat-qrcodel {
  top: -10px;
  left: 126px
}
#sticky-wrapper span#wechat-qrcodel.active, #wechat-qrcode.active {
  display: block
}
.single_icon {
  text-align: center;
  line-height: 40px;
  font-size: 23px;
  margin-right: 15px
}
/*相关文章*/
.related-list h3 {
  line-height: 1;
  font-weight: normal;
  font-size: 19px;
  overflow: hidden;
  padding: 24px 0 18px 0;
  color: #222831;
}
.related-list ul {
  overflow: hidden;
  margin: 0 -10px
}
.related-list li {
  float: left;
  width: 25%;
  padding: 0 10px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 0
}
.related-list li i {
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: block;
  border-radius: 3px;
  float: none;
}
.related-list li i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.related-list li:hover img {
  transform: scale(1.05);
}
.related-list li p {
  margin-top: 3px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
}
.jznight, .to-top {
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  width: 46px;
  height: 46px;
  display: block;
  margin-top: 4px;
  color: #292929;
  position: relative;
  border-radius: 5px;
  z-index: 999;
  display: none;
  box-shadow: 0 0 2px 0 rgb(98 124 153 / 10%)
}
.jznight, .to-top.active {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 50%;
  margin-right: -640px;
  display: block
}
.jznight {
  bottom: 82px
}
.jznight.jzblack i {
  color: #f6416c !important
}
.jznight:hover, .to-top:hover {
  color: #fff;
  background: #f6416c
}
.jznight i, .to-top i {
  font-size: 16px
}
.post-page {
  box-shadow: none;
}
.main-single {}
.tags {
  padding: 20px 0;
}
.tags a {
  background-color: #f4f5f9;
  border-radius: 5px;
  font-size: 14px;
  padding: 2px 8px 0;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.tags a:hover {
  background-color: #1a9bfc;
  color: #fff;
}
.post-single, .related-list, .nextpro {
  background-color: #fff;
  margin: 0 15px 15px 15px;
  color: #444;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
  box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
}
.related-list {
  border-radius: 5px
}
.post-single .post-title {
  font-size: 21px;
  color: #444;
  padding-top: 1px;
  text-transform: uppercase
}
.post-single .post-title h1 {
  font-weight: 400;
  line-height: 1.5;
  margin: 24px 0;
  font-size: 25px;
  color: #222831;
}
.post-single .post-info {
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
  line-height: 25px;
  overflow: hidden;
  clear: both;
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.post-single .post-info .single-meta {
  max-width: 100%;
  color: #bbb
}
.post-single .post-info .single-meta a {
  text-decoration: none;
  color: #bbb;
}
.post-single .post-info .single-meta a:hover {
  opacity: .8
}
.post-single .post-info .single-meta i, .post-footer .info-right i {
  margin-right: 6px
}
.post-single .post-info .date, .post-footer .date {
  margin-right: 10px;
  margin-left: 1px;
}
.post-single .post-content p {
  margin-bottom: 20px;
  line-height: 2
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px;
  font-weight: normal;
  line-height: 1.5;
}
.post-content h1:after, .post-content h2:after, .post-content h3:after, .post-content h4:after, .post-content h5:after, .post-content h6:after {
  position: absolute;
  left: 0px;
  content: '';
  width: 5px;
  background: #1a9bfc;
  top: 7px;
  border-radius: 8px;
}
.post-content h1:after {
  height: 32px;
}
.post-content h2:after {
  height: 26px;
}
.post-content h3:after {
  height: 23px;
  top: 5px;
}
.post-content h4:after {
  height: 21px;
  top: 5px;
}
.post-content h5:after, .post-content h6:after {
  height: 18px;
  top: 3px
}
.copyright a, .post-content a {
  color: #f6416c
}
.post-content a.jzsotag:after {
  font-family: icomoon !important;
  content: "\e924";
  position: relative;
  display: inline-block;
  transform: scale(.6);
  margin: 0 -2px;
  top: -4px
}
.copyright {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 5px;
  background: #f7f9fa;
  padding: 10px 15px;
  color: #9ca0ad;
  word-wrap: break-word
}
.copyright blockquote {
  padding-left: 16px
}
.copyright blockquote:before {
  content: ''
}
.copyright blockquote:hover {
  background: rgba(255, 96, 0, .1)
}
.post-content .jztoc {
  margin: 0;
  box-shadow: none
}
.post-content .jztoc h4 {
  font-size: 22px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  color: #f6416c
}
.post-content .jztoc h4:after {
  height: 14px;
}
.post-content .jztoc h4:before, .post-content .jztoc h4:after {
  position: unset;
  margin-top: 16px;
}
.post-content .jztoc ul li a {
  margin: 0
}
.post-content .aplayer {
  margin-bottom: 20px;
  max-width: 100%
}
.videoart {
  margin-bottom: 0 !important;
  border-radius: 5px 5px 0 0;
  overflow: hidden
}
.videoart .aspect-ratio {
  max-width: 100%;
  border-radius: 0;
  margin: 0;
}
.JZ52dps {
  max-width: 320px;
}
.JZ52dph {
  max-width: 540px;
  margin-bottom: 1rem;
}
.post_list_li .dplayer-full-in-icon {
  display: none !important
}
.JZ52dpsa {
  max-width: 360px;
}
.dplayer {
  border-radius: 5px
}
.videoart .dplayer {
  border-radius: 5px 5px 0 0
}
.post-content .dplayer {
  margin-bottom: 20px
}
.dplayer-web-fullscreen-fix .fadeinyp {
  -webkit-animation-name: none;
  animation-name: none
}
.dplayer-web-fullscreen-fix .JZ52dpsa {
  max-width: 100%
}
.aspect-ratio {
  position: relative;
  width: 100%;
  max-width: 540px;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 5px;
  margin-bottom: 1rem;
  overflow: hidden
}
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f4f5f9
}
/* 文章结束 */
/* 友链 */
.jz_link {
  overflow: hidden;
  max-width: 1160px;
  width: 96%;
  margin: 0 auto 15px auto;
  clear: both;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 rgb(98 124 153 / 10%)
}
.jz_link h3 {
  font-size: 18px;
  font-weight: 400;
  padding: 18px 20px 15px 20px;
  border-bottom: 1px solid #f3f3f3
}
.jz_link ul {
  overflow: hidden;
  padding: 15px
}
.jz_link ul li {
  float: left;
  display: block;
  margin: 5px;
  line-height: 1;
  font-size: 15px
}
.jz_link ul li a {
  color: rgb(38, 38, 38, .7)
}
.jz_link ul li a:hover {
  color: #f6416c
}
/* 目录索引 */
.jztoc ul {
  padding: 0 0 16px 0;
}
.jztoc ul li {
  margin: 0;
  border: 0;
  padding: 0;
  height: auto
}
.jztoc ul li a {
  margin: 0 12px;
  border: 0;
  font-size: 14px;
  line-height: 1.7;
  display: block;
  padding: 8px 12px;
  color: #000;
  position: relative;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jztoc ul li.toc-h2 a {}
.jztoc ul li.toc-h3 a {
  margin-left: 30px;
  color: #333;
}
.jztoc ul li.toc-h4 a {
  margin-left: 48px;
  color: #333;
}
.jztoc ul li a:hover {
  background-color: #f7f8fa;
  border-radius: 4px;
  color: #000 !important
}
.jztoc ul li a.active {
  color: #1a9bfc !important
}
.jztoc ul li a.active:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  margin-top: 7px;
  width: 4px;
  height: 16px;
  background: #1a9bfc;
  border-radius: 4px;
}
.post-content .jztoc {
  margin: 0;
}
.post-content .jztoc h3 {
  font-size: 22px;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 10px;
  color: #f6416c;
}
.post-content .jztoc h3:after {
  left: 0px;
  width: 5px;
  height: 22px;
  background: #f6416c;
  top: 6px;
  border-radius: 4px;
}
.post-content .jztoc h3:before {
  content: none;
}
.post-content .jztoc ul li a {
  margin: 0;
}
/* 目录结束 */
footer .fish {
  margin: 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 200px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -60px;
  overflow: hidden
}
footer {
  width: 100%;
  background-color: #21242b;
  color: #999;
  padding: 40px 0;
  clear: both;
  line-height: 1.7;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: justify
}
footer a {
  color: #fff !important
}
footer a:hover {
  color: #f6416c !important
}
footer img {
  max-width: 100%
}
.footer {
  max-width: 1160px;
  width: 96%;
  margin: auto
}
.footer .footlogo img {
  height: 60px;
  display: block
}
.footert ul li {
  list-style-type: none;
  margin-left: 46px;
  color: #fff;
  font-size: 16px
}
.footerb {
  padding: 10px 0 25px
}
.footerb li {
  text-align: center;
  position: relative
}
.footerb a.weixin .weixincode {
  bottom: 85px;
  left: -25px;
  width: 110px;
  height: 110px;
}
.footerb li i {
  width: 46px;
  height: 46px;
  display: block;
  background-color: #2e313a;
  border-radius: 50%;
  margin: 10px;
  line-height: 46px;
  font-size: 20px
}
.fbadge {
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 4px;
  font-size: 12px
}
.fbadge a:hover {
  color: #fff !important
}
.fbadge-subject {
  display: inline-block;
  background-color: #6a7277;
  padding: 0 4px 0 6px;
  border-radius: 4px 0 0 4px
}
.fbadge-value {
  background-color: #a86af9;
  display: inline-block;
  padding: 0 6px 0 4px;
  border-radius: 0 4px 4px 0
}
.fbadge:nth-child(1) .fbadge-value {
  background: linear-gradient(to right, #3ca5f6, #a86af9)
}
.fbadge:nth-child(2) .fbadge-value {
  background: linear-gradient(to right, #66d39a, #a86af9)
}
.fbadge:nth-child(3) .fbadge-value {
  background: linear-gradient(to right, #6dde95, #ff6060)
}
.fbadge:nth-child(4) .fbadge-value {
  background: linear-gradient(to right, #e2be93, #a86af9)
}
/* 注册登录 */
[id^=gblllr_] h2 {
  color: #000;
  font-size: 40px;
  margin-bottom: 10px
}
[id^=gblllr_] .checkbox {
  align-items: center
}
[id^=gblllr_] label {
  margin-left: 3px
}
[id^=gblllr_] button {
  width: 100%;
  line-height: 36px;
  margin-top: 16px;
}
[id^=gblllr_] .logreg {
  position: relative;
}
[id^=gblllr_] img#verfiycode {
  position: absolute;
  z-index: 9999;
  right: 4px;
  top: 4px;
}
[id^=gblllr_] .ll_login {
  min-height: 380px
}
[id^=gblllr_] .ll_reg {
  min-height: 500px
}
[id^=gblllr_] .ll_lins {
  min-height: 620px
}
[id^=gblllr_] .bizhi {
  flex: 0 0 50%;
  max-width: 50%;
}
[id^=gblllr_] .biaodan {
  flex: 0 0 50%;
  max-width: 50%;
  align-items: center;
}
[id^=gblllr_] .ll_reg .bizhi {
  flex: 0 0 52%;
  max-width: 52%;
}
[id^=gblllr_] .ll_reg .biaodan {
  flex: 0 0 48%;
  max-width: 48%;
}
[id^=gblllr_] .logo {
  max-width: 150px;
  margin-bottom: 22px;
}
[id^=gblllr_] .biaodan .form {
  width: 100%;
  padding: 0 45px;
}
[id^=gblllr_] .bizhi .sign-cover {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
[id^=gblllr_] {
  font-size: 14px;
}
[id^=gblllr_] {
  overflow: hidden !important;
  text-align: center !important;
  border-radius: 5px;
  overflow: hidden;
  color: #333
}
.gblllrxieyi {
  max-height: 700px
}
/* us 适配 */
.nav-us {
  margin: 6px 0 0 20px;
  z-index: 1
}
.usdl a {
  color: #fff;
  height: auto;
  line-height: 30px;
  border-radius: 30px;
  padding: 0 16px;
  background-color: #1a9bfc;
  margin: 0 0 0 15px;
  display: inline-block;
}
.usdl a.uszcurl {
  background-color: #fc4b6c;
  margin-left: 10px
}
.usdl a.dl i {
  display: none
}
.nav-us .nav-avatar img {
  border-radius: 50%;
  width: 32px;
  height: 32px
}
.us-dropdown {
  position: absolute;
  width: 350px;
  padding: 0;
  top: 61px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 6px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgb(93 115 141 / 20%);
  box-shadow: 0 5px 20px rgb(93 115 141 / 20%);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 999
}
.show .us-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: initial
}
.show .us-dropdown a {
  color: #515c67;
  display: block
}
.show .us-dropdown a:hover {
  color: #161e27
}
.us-dropdown .us-head {
  padding: 20px;
  line-height: 1.2;
  text-align: left
}
.us-dropdown .us-head .use {
  vertical-align: middle;
  font-size: 18px
}
.us-dropdown .us-head .commlv {
  vertical-align: middle;
  font-size: 12px
}
.us-dropdown .us-head .out {
  float: right;
  font-size: 20px;
  line-height: .8
}
.us-dropdown .row {
  border-top: 1px solid #f4f4f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px
}
.us-dropdown .row li {
  margin: 0;
  line-height: 1.6;
  padding: 10px;
  font-size: 16px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.us-dropdown .row li span {
  font-size: 22px
}
.us-dropdown .d-block {
  display: block
}
/* 适配end */
/* 重写layui样式*/
.layui-layer {
  border-radius: 5px !important
}
.layui-layer-btn .layui-layer-btn0 {
  border-color: #ff6651 !important;
  background-color: #ff6651 !important
}
.layui-layer-btn a {
  margin: 5px !important
}
.layui-layer-title {
  border-radius: 5px 5px 0 0 !important;
  height: 35px !important;
  line-height: 35px !important;
}
/* 重写us主题样式 */
.post-like .mccollect span {
  display: none
}
.mochu_us_login_user_us {
  background-color: transparent !important
}
.mochu_us_login_user_ul li {
  border: 0 !important
}
#mochu_us_logincelan .mochu_us_login_footerdiv a {
  margin: 5px !important;
  background-color: transparent !important;
  border: 1px solid #e9e9e9 !important
}
.mochu_us_login_user_ul {
  color: inherit !important
}
.mochu_us_pst {
  width: 100% !important;
  margin: 0 0 20px 0 !important;
  border: 1px solid #dee2e6 !important;
  background-color: transparent !important;
  padding: 13px 15px 15px !important;
  font-size: 14px !important;
  color: #888 !important;
  line-height: 22px !important;
  border-radius: 3px !important;
  overflow: hidden !important
}
.xcus_dashang_alert div span {
  background-color: #1a9bfc !important;
  border-radius: 5px !important;
  height: 35px !important;
  line-height: 35px !important
}
.layui-layer #xcus_ding_shop_shopbuys + .layui-layer-setwin, .layui-layer #xcus_ding_shop_shopadds + .layui-layer-setwin, .layui-layer #xcus_ding_shop_shopcat + .layui-layer-setwin, .layui-layer #xcus_theme_artdashngalert + .layui-layer-setwin {
  top: 7px !important
}
.xcus_dashang_alert p {
  font-size: 14px !important;
  color: #222831 !important
}
.xcus_dashang_alert ul li div {
  height: 35px !important;
  line-height: 35px !important;
  border: 1px solid #1a9bfc !important;
  color: #1a9bfc !important;
  font-size: 14px !important;
  border-radius: 5px !important
}
.xcus-hide-div {
  background-color: #f7f9fa !important;
  background-image: url(images/suobg.svg) !important
}
.xcus-art-dow {
  position: relative;
  border: 1px solid #dee2e6 !important;
  background-color: #f7f9fa !important
}
.xcus-hide-tip {
  position: relative;
  border: 1px solid #dee2e6 !important
}
.xcus-hide-tip {
  background-image: url(images/suo.svg) !important
}
.xcus-art-dow-cent-title, .xcus-hide-tip-div {
  color: #f6416c !important
}
.xcus-hide-tip .apst, .xcus-art-dow-cent .apst {
  color: #fff !important;
  background-color: #f6416c !important;
  padding: 5px 16px !important;
  margin: 0 !important;
  font-weight: inherit !important;
  border-radius: 5px !important;
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 14px
}
.xcus-art-dow-cent {
  border-left: 0 !important
}
.post-content .mochu_us_pst h2 {
  font-size: 20px !important;
  margin: 0 0 10px 0 !important;
  color: #f6416c !important;
  padding: 0 0 10px 0 !important;
  display: block;
  border-bottom: 1px solid rgba(68, 68, 68, .1) !important
}
.post-content .mochu_us_pst h2:after {
  max-width: 82px;
  width: 0
}
.post-content .mochu_us_pst p {
  line-height: 2 !important;
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  color: #161e27 !important
}
.post-content .mochu_us_tip_span a, .post-content .mochu_us_tip_span span {
  color: #ff6651 !important
}
.mochu_us_xiazai {
  margin: 0 0 20px 0 !important;
  border: 1px solid #dee2e6 !important;
  background: rgba(143, 143, 143, .1) !important;
  padding: 20px !important
}
.mochu_us_xiazi_san a {
  font-weight: 600
}
.mochu_us_xiazai_lf, .xcus-art-dow-title {
  background-image: url(images/xz.svg) !important
}
.mochu-us-shang-div-span, .mochu_us_xiazai_lr a {
  border-radius: 3px !important;
  background-color: #ff6651 !important
}
.mochu-us-shang-div button, .mochu-us-shang-div p {
  color: #555444 !important
}
.post-content .mochu_us_xiazai_spanspan {
  color: #8c8e94 !important
}
button.mochu-us-shangbuttons {
  color: #ff6651 !important;
  border: 1px solid #ff6651 !important
}
.mochu-us-shang-div > button {
  background: #fff
}
.night .mochu_us_pst, .night .mochu_us_xiazai {
  background-color: #2e313a !important;
  border: 0 !important;
  color: #fefffd !important
}
.night .mochu-us-shang-div button, .night .mochu-us-shang-div p, .night .mochu_us_xiazi_san a, .night .post-content .mochu_us_pst h2, .night .post-content .mochu_us_pst p {
  color: #fefffd !important
}
@media screen and (max-width:1280px) {
  .jznight, .to-top {
    background-color: rgba(0, 0, 0, .3);
    color: #fff
  }
  .jznight, .to-top.active {
    right: 10px;
    margin-right: 0
  }
  .jznight:hover, .to-top:hover {
    background-color: rgba(0, 0, 0, .5)
  }
  a.jznight, a.to-top {
    color: #fff
  }
}
@media screen and (max-width:1024px) {
  #sidebar-left {
    display: none
  }
  .post-list, .post, .post-page, .post-single, .related-list, .posts-navigation, .comments, .place, .jz_bs, .pageload, .nextpro, .pagelist {
    margin-left: 0;
  }
}
@media screen and (max-width:960px) {
  .containe {
    padding: 0 15px;
  }
  #logo-text a img {
    max-height: 40px;
  }
  .main-post, .main-single {
    margin-top: 80px;
  }
  .con {
    display: block
  }
  #sidebar-right {
    display: none
  }
  .page-top {
    width: 100%;
    height: 60px;
    padding: 0;
  }
  .post-title h2 {
    line-height: 1.6
  }
  .post .post-title h2 {
    font-size: 1.16px
  }
  .post-single .post-title {
    font-size: 18px
  }
  .content, .single-content {
    width: 100%;
    z-index: 2;
    padding: 0 15px;
  }
  #logo-text {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    z-index: -1
  }
  .logo-text {
    text-align: center;
    padding: 0;
    margin: 0 auto
  }
  .header_search button {
    padding: 0
  }
  .nav-us, .usdl {
    margin-left: 10px;
  }
  #search-form {
    top: 0;
    float: none;
    background: #f4f5f9
  }
  #search-form.open {
    margin: 0
  }
  #search-form input {
    width: 100%;
    height: 60px
  }
  #search-form input[type=submit] {
    border-radius: 0
  }
  .page-top .menu li {
    display: none
  }
  .post-single {
    margin-top: 30px
  }
  .comment-form-author, .comment-form-email, .comment-form-url {
    width: 100%;
    padding-right: 0;
    margin-bottom: -10px
  }
  .comment-respond textarea {
    margin-top: 25px
  }
  .donate_box {
    width: 300px;
    padding: 20px 10px
  }
  .doimg img {
    width: 120px;
    margin: 0
  }
  .share-icons {
    display: none;
  }
  .post-list, .post-page {
    max-width: 100%;
    width: 100%
  }
  .post-single, .related-list, .posts-navigation, .comments, .jz_bs, .pageload, .nextpro, .pagelist {
    margin: 0 0 15px 0
  }
  .post {
    margin: 0
  }
  .place {
    margin-right: 0;
  }
  /* li.msgarticle { */
  /* padding-left: 15px; */
  /* } */
  .to-top, .jznight {
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
  }
  .to-top:hover, .jznight:hover {
    background-color: rgba(0, 0, 0, .5);
  }
  a.to-top, a.jznight {
    color: #fff;
  }
}
@media screen and (max-width:768.1px) {
  .related-list li {
    width: 50%;
  }
  .usdl a {
    background-color: transparent;
  }
  .usdl a {
    color: #222831
  }
  .usdl a span, .usdl a.uszcurl {
    display: none
  }
  .usdl a.dl {
    margin: 0;
    padding: 0;
    border: none
  }
  .usdl a.dl i {
    display: inline-block;
    font-size: 19px
  }
  footer {
    margin-top: 0;
    padding: 0
  }
  footer .footert {
    display: none
  }
  footer .footerb {
    text-align: center
  }
  footer .d-flex {
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center
  }
  footer ul.d-flex {
    flex-direction: row
  }
  [id^=gblllr_] .bizhi {
    display: none
  }
  [id^=gblllr_] .biaodan, [id^=gblllr_] .ll_reg .biaodan {
    flex: 0 0 100%;
    max-width: 100%
  }
  .gblllrw {
    max-width: 96% !important
  }
}
@media screen and (max-width:480px) {
  .post h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .post-list .post-content p {
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
  .post .post-img {
    margin-right: 8px;
  }
  .post .post-img-4 .imgrow {
    width: 85%;
  }
  .post .post-img {
    width: 70%;
  }
  .main-post, .main-single {
    margin-top: 70px;
  }
  .post {
    padding: 15px;
  }
  .content, .single-content {
    padding: 0 10px;
  }
  .place {
    padding: 0 10px;
    line-height: 40px;
  }
  .single-content .place {
    padding: 0 15px;
    line-height: 45px;
  }
  .post-single {
    padding: 10px 15px 0;
  }
  .post-single .post-title h1 {
    margin: 8px 0 16px 0;
  }
  .post-single .lls, .post-single .data {
    display: none;
  }
  .comment-respond, .comments-title {
    padding: 18px 0;
  }
  .related-list h3 {
    padding: 18px 0 10px 0;
  }
  .comment-list {
    padding: 0 15px;
  }
  .containe {
    padding: 0 10px;
  }
  .us-dropdown {
    width: 100%;
  }
  .usdl .btn {
    padding: 0 5px;
    line-height: 1.7;
  }
  .jznight, .to-top.active {
    right: 10px
  }
  .jz_link ul {
    padding: 10px
  }
  .jz_link h3 {
    padding-left: 15px
  }
}
@media screen and (max-width:320px) {
  .post h2 {
    font-size: 0.93rem;
  }
  .main-post, .main-single {
    margin-top: 70px;
  }
  .info-right {
    display: none;
  }
  .post, .jz_bs, .hdp_focusbox {
    border-radius: 0;
  }
  .content, .single-content {
    padding: 0;
  }
  .post-single, .posts-navigation, .comments, .jz_bs, .pagelist, .jz_link, .related-list {
    margin: 0 0 10px 0;
  }
  .post {
    margin: 0
  }
  .jz_link {
    width: 100%;
    border-radius: 0
  }
}
.shopbox {
  margin: 15px 0 20px;
  overflow: hidden;
  padding: 15px;
  background-color: #f7f9fa;
  border-radius: 5px;
}
.shopsingle {
  border-radius: 5px 5px 0 0;
}
.shopsingle .shopbox {
  padding: 20px 20px 20px;
  margin: 0 -20px 20px -20px;
  border-radius: 5px 5px 0 0;
}
.shopsingle .shopinfo h1 {
  margin: 2px
}
.shopsingle .shopinfo .post-info {
  padding: 0;
  margin: 0 0 8px 0;
  border: 0;
}
.shopsingle .shopinfo p {
  margin-bottom: 5px;
}
.shopsingle .shopinfo .shrmb {
  margin-bottom: 2px;
}
.shopsingle .shopimg a {
  padding-bottom: 85%;
}
.shopflex {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shopimg {
  width: 45%;
  margin-right: 25px;
}
.shopimg a {
  width: 100%;
  height: 0;
  padding-bottom: 81%;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: block;
}
.shopimg a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.shopinfo {
  flex-direction: column;
  width: 55%;
}
.shopinfo h3, .shopinfo h1 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.shopinfo h1 {
  font-size: 24px;
}
.shopinfo p {
  opacity: .6;
  line-height: 1.6;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shrmb {
  margin-bottom: 8px;
  display: -webkit-flex;
  display: flex;
}
.shrmb span {
  font-size: 14px;
  display: inline-block;
  width: 33%;
  overflow: hidden;
}
.shrmb .rmb1 {
  color: #ffbb39
}
.shrmb .rmb2 {
  color: #ff4636
}
.shrmb .rmb3 {
  opacity: .6;
}
.shrmb em {
  font-size: 26px;
  margin-left: 2px;
  font-weight: 600;
  line-height: 1.2;
}
.shbtn a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  min-width: 100px;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #20232b;
  margin: 7px 14px 7px 0;
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
  border-radius: 50px;
}
.shbtn .shbtn1 {
  background: #ff4636
}
@media only screen and (max-width: 480px) {
  .shopflex {
    flex-direction: column;
  }
  .shopimg {
    width: 100%;
    margin: 0 0 25px;
  }
  .shopsingle .shopimg a {
    padding-bottom: 65%;
  }
  .shopinfo {
    width: 100%
  }
  .shbtn a {
    width: 100%
  }
  .shopsingle .shopbox {
    padding: 20px 15px 15px;
    margin: -10px -15px 20px -15px;
  }
}
/* 夜间模式 */
.night, .night #search-form input[type=search], .night #side-new-comment-item .widger-comment-excerpt, .night #sticky-wrapper .share-sns span a:hover, .night .jztoc ul li a:hover, .night blockquote, .night .post-list .postcommlist, .night #divNavBar ul li, .night #divCatalog ul li, .night .copyright, .night .shopbox {
  background-color: #282b34;
  color: #cccdd0 !important
}
.night .shopsingle .shopbox {
  background-color: #1b1e25
}
.night input[type="text"], .night input[type="password"], .night textarea {
  background-color: #282b34;
  border: 0
}
.night .rightmenu, .night #sticky-wrapper span a.badge:after {
  background-color: #000
}
.night .jz-comment-box {
  border: 0;
  background: transparent
}
.night #sticky-wrapper .share-sns:after {
  border-right-color: #21242b
}
.night #side-new-comment-item .widger-comment-excerpt:before {
  border-bottom-color: #282b34
}
.night #divSearchPanel input[type=text], .night .post-list .fo_iftr2 em {
  background-color: #21242b
}
.night .header_search button, .night .length_num, .night .navbar-nav li em[class*=dot] .jzicon-arrow-down, .night .post-single .post-content p, .night a, .night h1, .night h2, .night h3, .night h4, .night i, .night input, .night textarea {
  color: #fefffd !important
}
.night .headline, .night p {
  color: #cccdd0 !important
}
.night #logo-text a:before, .night #logo-text img {
  display: none
}
.night #logo-text img.nightlogoimg {
  display: inline
}
.night #footer, .night #search-form, .night #sticky-wrapper .share-sns, .night #sticky-wrapper span a, .night .comments, .night .containe, .night .header, .night .jz_bs, .night .jz_link, .night .list-nav ul, .night .mobile-sidebar, .night .nextpro, .night .pagelist, .night .pagelist a, .night .pageload, .night .pageload .page-load-status p, .night .pageload .view-more-button, .night .place, .night .post, .night .post-single, .night .related-list, .night .topliuge .liuge li, .night .widget, .night footer, .night li.post:hover, .night #mlbox {
  background-color: #21242b;
  color: #cccdd0 !important;
  box-shadow: none
}
.night .jznight, .night .navbar-nav .sub-nav, .night .page-top .menu .sub-nav, .night .post-share a, .night .share-icon, .night .tags a, .night .to-top, .night .us-dropdown, .night .xlb_snotice_btns a, .night .post-list .post-footer .info-left a {
  background-color: #000;
  border-color: #cccdd0 !important
}
.night #side-new-comment-item .widger-comment-plane, .night .header, .night .jz_link h3, .night .list-navi, .night .place, .night .post-single .post-info, .night .us-dropdown .row, .night .widget h4, .night .widget#divCatalog ul li ul li, .night .widget#divNavBar ul li ul li, .night caption, .night li, .night table, .night td, .night th, .night tr, .night ul.msg, .night .post-list .postcommlist .xhx {
  border-color: #343742 !important
}
.night .aplayer .aplayer-info {
  background-color: rgb(0 0 0 / 58%)
}
.night #logo-text img {
  display: none
}
.night #logo-text img.nightlogoimg {
  display: inline
}